fix: address 4 quality-debt findings in plugin-loader-helper.sh#3978
Conversation
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR addresses code review feedback by updating Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
This PR is from an external contributor (@johnwaldo). Auto-merge is disabled for external PRs — a maintainer must review and approve manually. To approve or decline, comment on this PR:
|
|
Base branch was modified by PR #3975 merge. Dispatching worker to rebase and re-merge. |
- Fix semver regex to allow hyphens in pre-release identifiers (e.g. 1.0.0-beta-1) - Fix version file path: read from $AGENTS_DIR/VERSION instead of nonexistent ~/.aidevops/version - Remove init hook calls from cmd_load (init belongs in install/enable, not session load) - Remove 2>/dev/null from hook calls to surface errors Closes marcusquinn#3740
aacd246 to
b45a2b5
Compare
Summary
Addresses 4 of 5 findings from issue #3740 (1 finding — duplicate log functions — was already fixed on main).
Changes
-in pre-release character class (1.0.0-beta-1now valid)$AGENTS_DIR/VERSIONinstead of nonexistent~/.aidevops/versioncmd_loadruns init hook on every invocationcmd_load— init belongs in install/enable lifecycle, not session load2>/dev/nullon hook callsVerification
maincodeCloses #3740
Summary by CodeRabbit
Release Notes
Bug Fixes
Chores